CompensatingWriteException

class CompensatingWriteException : SyncException

Thrown when the server undoes one or more client writes. Details on undone writes can be found in writes.

Types

CompensatingWriteInfo
Link copied to clipboard
inner class CompensatingWriteInfo(reason: String, objectType: String, primaryKey: RealmAny?)
Class that describes the details for a reversed write.

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
writes
Link copied to clipboard
List of all the objects created that has been reversed as part of triggering this exception.